home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Business Shareware
/
Business Shareware.iso
/
start
/
archive
/
shez90a
/
sample.ev
< prev
next >
Wrap
Text File
|
1993-05-11
|
3KB
|
45 lines
;******************************************************************
; SHEZ External viewer specification file. *
; (SAMPLE FILE ONLY!!!!!) *
; *
; AFTER MODIFYING THIS FILE IT MUST *
; BE RENAME TO: *
; SHEZ.EV *
; AND THEN COPIED TO A DIRECTORY THAT IS *
; IN YOUR PATH STATEMENT. *
; *
; *
;FORMAT OF FILE: *
; Each line must end with a Carriage return, Line feed. *
; Everything to the right of a semicolon treated as comments. *
; *
; External viewer programs are specified as follows: *
; EXT = PROGRAM *
; WHERE ext is the file extension (DO NOT ENTER THE PERIOD!)*
; program is the program to execute based on the selected *
; file extension. *
; $f indicates to SHEZ where to place the filename*
; when executing the program. *
;EXAMPLE: *
; C=E:\UTY\QEDIT.EXE $F *
; *
; If the highlighted file in SHEZ is HELP.C then SHEZ will *
; attempt to execute E:\UTY\QEDIT.EXE HELP.C *
; *
; *
;******************************************************************
[External Viewers] ;THIS IS A REQUIRED ENTRY, TELLS SHEZ WHERE
;THE EXTERNAL VIEWER DATA BEGINS
=list.com $f ;This is a generic viewer it will be executed if
;the highlighted file's extension is specified.
H =Q.EXE $f ;Run q.exe for file with .h extension
DOC=E.EXE $f ;Run e.exe for file with .doc extension
WP =WPVIEW.EXE $F ;Run wpview.exe for file with .wp extension
C=E.EXE $F ;Run e.exe for file with .c extension